From d9c3714fcb0633f8c3325dd413928a25ae843572 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 30 Nov 2011 23:48:59 -0500 Subject: [PATCH] GtkApplication: doc improvement --- gtk/gtkapplication.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index f80c8306de..cd5482a9dc 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -50,9 +50,12 @@ * a one-size-fits-all application model. * * Currently, GtkApplication handles GTK+ initialization, application - * uniqueness, provides some basic scriptability by exporting 'actions', - * and manages a list of toplevel windows whose life-cycle is automatically - * tied to the life-cycle of your application. + * uniqueness, provides some basic scriptability and desktop shell integration + * by exporting actions and menus and manages a list of toplevel windows whose + * life-cycle is automatically tied to the life-cycle of your application. + * + * While GtkApplication works fine with plain #GtkWindows, it is recommended + * to use it together with #GtkApplicationWindow. * * A simple application * -- 2.30.2